DrawImage(String,Rectangle,SizingMode,Nullable<Rectangle>,RectAlignment) Method
In This Topic
Draws an image into the region defined by the specified
GrapeCity.Drawing.Rectangle.
Syntax
Parameters
- filePath
- File path of image to draw
- bounds
- GrapeCity.Drawing.Rectangle structure that specifies the location and size of the drawn image.
- sizingMode
- GrapeCity.CalcEngine.SizingMode structure that specifies the the image dimensions.
- clipBounds
- GrapeCity.Drawing.Rectangle structure that specifies the clipping rectangle, or null for no clipping.
- rectAlignment
- GrapeCity.Drawing.RectAlignment that specifies how's the image aligned.
See Also